@media screen and (min-width:990px) {


  header{
    font-family: 'Inter', sans-serif ;
    /* height: 90px; */
    padding: 0 80px 0 80px;
    background-color: white;
  }
  
  .logo-container{
    height: 34px;
    width: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .logo-container img{
    overflow: visible;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inner-header{
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    height: 100%;
    align-items: center;
  }
  
  .top-navigation{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -1%;
  }

  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .top-nav ul li{
    color: transparent;
  }

  .top-nav ul{
    color: transparent;
  }




  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .top-nav a:nth-child(3){
    text-decoration: none;
    padding: 0 16px;
    display: flex;
    margin: 0;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #07143D;
  }
  
  .top-nav a:nth-child(2), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
    color: #475467;
    text-decoration: none;
    padding: 0 16px;
    display: flex;
    margin: 0;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  
  .top-nav a:hover{
    text-decoration: underline;
  
  }
  
  .top-nav svg{
    fill: #07143D;
  }
  
  
  
  .links-container{
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row;
    position: initial;
    box-shadow: none;
    transition: none;
  
  }
  
  #sidebar-active{
    display: none;
  }
  
  .open-sidebar-btn{
    display: none;
    padding: 0 20px;
  }
  
  .close-sidebar-btn{
    display: none;
    padding: 0 20px;
  }
  





  .top-nav ul li:nth-child(1) a{
    margin: 0 22px 0 0;
    color: #07143D;
    font-weight: 600;
    text-decoration: none;
  }


  .top-nav ul li:nth-child(2) a{
    margin: 0 22px 0 0;
    color: #475467;
    font-weight: 600;
    text-decoration: none;
  }

  .top-nav ul li:nth-child(3) a{
    margin: 0 22px 0 0;
    color: #475467;
    font-weight: 600;
    text-decoration: none;
  }

  .top-nav ul li:nth-child(4) a{
    margin: 0 0 0;
    color: #475467;
    font-weight: 600;
    text-decoration: none;
  }



  .Get-started-button button{
    padding: 11px 16px;
    line-height: 16px;
    letter-spacing: -1%;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
  }


  .Get-started-button button:hover{
    padding: 11px 16px;
    line-height: 16px;
    letter-spacing: -1%;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #07143D;
  }


  .Get-started-button img{
    display: flex;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    object-fit: cover;
  }
  
  .Get-started-button {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .heropage{
    width: inherit;
    height: 811px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  
  .bg-image{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  
  .bg-image img{
    width: 100%;
    height: 100%;
     padding: 0;
    margin: 0;
    object-fit: cover;
  }
  
  .circles{
    display: flex;
    position: absolute;
  }
  
  .green-circle{
    position: absolute;
    left: -65px;
  }
  .blue-circle{
    position: absolute;
    left: -60px;
  }
  
  .hero-text{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 200px;
    left: 84px;
    font-family: "Poppins", sans-serif;
    color: white;
  }
  
  .hero-large-text{
    font-size: 48px;
    line-height: 70px;
    /* font-weight: 500; */
    letter-spacing: -2%;
    width: 597px;
    margin: 0 0 15px 0;
    padding: 0;
  }
  
  .hero-small-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -1%;
    width: 597px;
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 300;
    color: #d4d4d4;
  }
  
  .Hero-Get-started-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
  }
  
  .Hero-Get-started-button button{
  padding: 14px 20px;
  line-height: 24px;
  letter-spacing: -1%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  display: flex;
  border: none;
  border-radius: 48px;
  color: white;
  font-weight: 600;
  background-color: #39E7BD;
  }
  
  .Hero-Get-started-button img{
    margin-left: 10px;
  }


  .aboutusheading, .valuesheading{
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
  }


  .about-us, .values, .teams{
    font-family: 'Inter', 'Poppins' sans-serif;
    background-color: #07143D;
    padding: 77px 70px;
  }

  
  .aboutus-label, .values-label, .teams-label{
    display: flex;
    font-size: 12px;
    font-weight: 550;
    color: #39E7BD;
    width: fit-content;
    align-items: center;
    justify-content: center;
  }

  
  
 
  .aboutus-label img, .values-label img, .teams-label img{
    margin-right: 10px;
    width: 15px;
    height: 14px;
    object-fit: cover;
  }
  
 .aboutus-headingtext, .values-headingtext, .teams-headingtext{
    display: flex;
    flex-direction: column;
   align-items: center;
  }
  
  .aboutus-maintext, .values-maintext, .teams-maintext{
    font-size: 33px;
    line-height: 44px;
    /* font-weight: 500; */
    letter-spacing: -2%;
    color: #F2F2F2;
    width: 540px;
    margin: 0 0 9px 0;
    text-align: center;
    font-family: 'poppins', sans-serif;
  }
  
 .aboutus-subtext, .values-subtext, .teams-subtext{
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 466px;
  letter-spacing:0% ;
  margin: 0;
  padding: 0;
  color: #CDCDCD;
  font-weight: 300;
  font-family: 'poppins', sans-serif;
  }



  .aboutuscontent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-decor-frame{
    width: 452px;
    height: 455px;
    display: flex;
    position: relative;
  }
  
  .image-frame{
    width: 400px;
    height: 403px;
    display: flex;
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
  }

  .image-main{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .decor-1{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 316px;
    height: 272px;
  }
  
  .decor-2{
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 95px;
    height: 85px;
  }

  .textframe{
    margin-left: 58px;
  }
  
  .textframe p{
    width: 352px;
    font-family: "poppins", sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #ebebeb;
    padding: 0%;
    margin-bottom: 28px;
    margin-top: 10px;
  
  
  }

  .textframe button{
    padding: 11px 16px;
    line-height: 16px;
    letter-spacing: -1%;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    }
  
  .textframe button:hover{
    padding: 11px 16px;
    line-height: 16px;
    letter-spacing: -1%;
    font-size: 11px;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #07143D;
    border: 1px solid  #39E7BD;
    transition: 0.5s;
  }
  
  .textframe button img{

    margin-left: 6px;
    width: 16px;
    height: 16px;
    object-fit: cover;
  }



  /*values*/

  .values-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  
  .value1, .value2, .value3, .value4, .value5, .value6, .value7,.value8, .value9{
    width: fit-content;
    display: flex;
    align-items: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 16.5px;
    line-height: 25px;
    color: #F9FAFB;
    border: 2px solid rgba(181, 211, 204, 0.85);
    border-style: dashed;
    border-radius: 10px;
    padding: 12px 16px;
  }
  
  .value1 img,
  .value2 img,
  .value3 img,
  .value4 img,
  .value5 img,
  .value6 img,
  .value7 img,
  .value8 img,
  .value9 img{
    margin-right: 10px;
    width: 36px;
    height: 36px;
    object-fit: fill;
  }
  
  .value1 p,
  .value2 p,
  .value3 p,
  .value4 p,
  .value5 p,
  .value6 p,
  .value7 p,
  .value8 p,
  .value9 p{
    padding: 0;
    width: 193px;
    margin: 0;
  }
  
  .value1, .value2, .value3, .value4, .value5, .value6{
    margin-bottom: 24px;
  }



/* teams */


.teams-cards{
  padding: 0 ;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
   
}


.member-1, .member-2, .member-3{
  width: 257px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 48px;
}

 .member-4, .member-5, .member-6{
  width: 257px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
}

.member-name, .member-name2, .member-name3, .member-name4, .member-name5{
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /* align-items: center;
  justify-content: center; */
}

.member-name6{
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
  display: flex;
  position: absolute;
  width: 200px;
  height: 88px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  backdrop-filter: blur(15px);
  margin-bottom: 16px;
  padding: 10px;
  border-radius: 2px;
  /* padding-left: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
}


.m-name p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  font-size: 17px;

}

.m-title{
  margin-bottom: 16px;
}

.m-title p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 300;
  line-height: 16px;
  color: #ffffff;
  font-size: 11px
}

.openicon{
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  display: flex;
}

.openicon img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.social-icons img{
  margin-right: 14px;
}

.social-icons:nth-child(1){
  width: 17px;
  height: 17px;
  object-fit: cover;
}

.social-icons:nth-child(2){
  width: 17px;
  height: 17px;
  object-fit: cover;
}

.social-icons:nth-child(3){
  width: 17px;
  height: 17px;
  object-fit: cover;
}







/*footer*/ 


footer{
  font-family: 'Poppins' sans-serif;
  background-color: #07143D;
  padding: 64px  52px 8px;
  border-top: 1px solid #1f2847;
}

.footer-logo-links{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 34px;
  font-family: 'poppins';
  flex: 1;
}

.footer-logo{
  padding: 0;
  margin: 0 0 22px 0;
}

.footer-logo img{
  width: 141px;
  height: 33px;
  object-fit: 100%;
}

.footer-nav{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav ul{
  list-style: none;
  display: flex;
  line-height: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  
}

.footer-links{
  font-family: 'poppins';
}

.footer-links ul{
  color: transparent;
}

.footer-links nav a:nth-child(1){
  text-decoration: none;
  margin: 0  24px 0 0;  
  color: #eaecf0;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;

}

.footer-links nav a:nth-child(2){
  text-decoration: none;
  margin: 0  24px 0 0; 
  color: #eaecf0;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}

.footer-links nav a:nth-child(3){
  text-decoration: none;
  margin: 0  24px 0 0;  
  color: #eaecf0;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}

.footer-links nav a:nth-child(4){
  text-decoration: none;
  margin: 0  0 0; 
  color: #eaecf0;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}

.footer-links nav a:active{
  text-decoration: underline;
}

.footer-links nav a:hover{
  text-decoration: underline;
}




.footer-note{
  display: flex;
  margin: 16px 0 0 0;
  padding: 20px 0 ;
  font-family: 'poppins';
  border-top: 1px solid #1f2847;
}

.foot-note{
  color: #D0D5DD;
  font-size: 11px;
  line-height: 17px;
  display: flex;
  flex: 1;
}


.footer-extra ul{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  color: transparent;
}

.footer-extra ul li{
  color: transparent;
}

.footer-links{
  font-family: 'poppins';
}





.note-links nav ul li:nth-child(1){
  margin-right: 10px; 
  color: #eaecf0;
  font-weight: 300;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  cursor: pointer;

}

.note-links nav ul li:nth-child(2){
  margin-right: 10px;  
  font-weight: 300;
  color: #EAECF0;
  font-size: 11px;
  line-height: 17px;
  cursor: pointer;
}

.note-links nav ul li:nth-child(3){
  font-weight: 300;
  color: #EAECF0;
  font-size: 11px;
  line-height: 17px;
  cursor: pointer;
}

.footer-img{
  display: none;
}
  
}